Reduce new_text_length appropriately when we run into the size limit for
authorOwen Taylor <otaylor@redhat.com>
Thu, 3 May 2001 00:46:19 +0000 (00:46 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Thu, 3 May 2001 00:46:19 +0000 (00:46 +0000)
commit4c2a74b79d0513ae9accfb8652b0ca47f5eab894
tree6691b8b09b77760a16e995a8e781d6e063ffb214
parenta5d1bc41ecb847f95ece2059d3ca0842f76076a1
Reduce new_text_length appropriately when we run into the size limit for

Wed May  2 20:36:38 2001  Owen Taylor  <otaylor@redhat.com>

* gtk/gtkentry.c (gtk_entry_real_insert_text): Reduce
new_text_length appropriately when we run into the
size limit for the entry. (#53445, reported by Jeff Franks)

* tests/testgtk.c (create_entry): Remove most of the
property toggle buttons. Replace with a "Props" button
that brings up a property editor.

* tests/prop-editor.[ch] test/testtreeview.c tests/Makefile.am:
Split the property editor code out for reuse, improve.
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkentry.c
tests/Makefile.am
tests/testgtk.c
tests/testtreeview.c